TypeError: Cannot read property 'constructor' of null
at createWorld.(anonymous) (C:\Users\insik\Documents\New folder\imdb-group-c\imdb-group-c\step-definitions\imdb-menu.js:11:52)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
Then(/^I have clicked on the menu button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I have clicked on top rated movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I should be taken to the page with the list of top rated movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^that I am on the top rated movies page$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^the list should resort by number of ratings$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I have clicked on the munu button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I have clicked on Most Popular Movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I should be directed to the Most Popular Movies page$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
TypeError: Cannot read property 'click' of null
at createWorld.(anonymous) (C:\Users\insik\Documents\New folder\imdb-group-c\imdb-group-c\step-definitions\imdb-search.js:52:22)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
TypeError: Cannot read property 'click' of null
at createWorld.(anonymous) (C:\Users\insik\Documents\New folder\imdb-group-c\imdb-group-c\step-definitions\imdb-search.js:52:22)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
TypeError: Cannot read property 'click' of null
at createWorld.(anonymous) (C:\Users\insik\Documents\New folder\imdb-group-c\imdb-group-c\step-definitions\imdb-search.js:60:23)
at runMicrotasks ((anonymous))
at processTicksAndRejections (internal/process/task_queues.js:93:5)
Then(/^i have clicked on top rated shows$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^that I am on the top rated TV shows page sorted by ranking$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^i have clicked on top rated shows$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^that I am on the top rated TV shows page sorted by ranking$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^i have clicked on top rated shows$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^that I am on the top rated TV shows page sorted by ranking$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I have clicked on the menu button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I have clicked on top rated movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I should be taken to the page with the list of top rated movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^that I am on the top rated movies page$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^the list should resort by number of ratings$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });